.top-bar{
  width: 100%;
  height: 40px;
  background: rgba(0,0,0,0.3);
}

.top-bar a{
  color: white;
  transition: all 0.5s;
}
.top-bar a:hover{
  color: #ddd;
}
.top-bar .links a{
  display: inline-block;
  line-height: 40px;
}
.buttons{
  padding-top: 6px;
}
.buttons #navSwitch{
  padding-left: 30px;
  display: inline-block;
  line-height: 28px;
  background: url(../images/topBar.png) 10px -180px no-repeat ;
  margin-right: 10px;
}
.buttons #toolbarOldman {
  padding-left: 30px;
  padding-right: 8px;
  line-height: 28px;
  display: inline-block;
  background: url(../images/headerIcon.png) 7px -203px no-repeat ;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  background-color: #EA9327;
  border-radius: 15px;
}


.logo-container{
  padding-top: 56px;
  padding-bottom: 48px;
}
.logo-container a img{width: 500px;}

.search-form{
  font-size: 0;
  height: 88px;
  margin-top: 20px;}
.search-form .text{
  width: 270px;
  height: 40px;
  background: rgba(255,255,255,0.85);
  border-radius: 4px 0px 0px 4px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  border: none;
  padding-left: 12px;
  outline: none;
}
.search-form .button{
  width: 65px;
  height: 40px;
  background: #115CBF;
  border-radius: 0px 4px 4px 0px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  font-size: 14px;
}

.nav-container li{
  float: left;
  cursor: pointer;
  margin-right: 36px;
}
.nav-container li:last-child{
  margin-right: 0;
}
.nav-container li.active a, .nav-container li:hover a{
  font-weight: bold;
  color: #f41414;
  background: white;
}
.nav-container li.active a:after, .nav-container li:hover a:after {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #D01515;
  border: 2px solid #FFFFFF;
  bottom: -7px;
  box-sizing: border-box;
  left: 63px;
}
.nav-container li a{
  display: inline-block;
  font-size: 20px;
  color: #115CBF;
  font-weight: 400;
  width: 140px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: rgba(255,255,255,0.85);
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  position: relative;
}
iframe{width: 1200px;float: right;}

.high-search,
.high-search-btn{font-size: 14px;}

.oldModel .top-bar a,
.oldModel .search-form .text,
.oldModel .search-form .button{
  font-size: 22px;
}

.oldModel .nav-container li a{
  font-size: 28px;
}

.oldModel .zfxxgk{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.high-search-btn{margin-left: 10px;}
.high-search{right: 170px!important;}